home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Source Code / Zoners Half-Life Tools / makefile.in < prev    next >
Makefile  |  2001-04-18  |  513b  |  27 lines

  1. include make.ctl
  2. include make.os
  3. include make.w32
  4. include make.gnu
  5.  
  6. INCLUDEDIRS+=-I common -I template
  7. DEFINES+=@DEFS@
  8. COMMON_SRCDIR:=common
  9.  
  10. include hlcsg/make.inc
  11. include hlbsp/make.inc
  12. include hlvis/make.inc
  13. include hlrad/make.inc
  14. include ripent/make.inc
  15. include netvis/make.inc
  16.  
  17. #
  18. # Project Globals
  19. #
  20.  
  21. ALL_INPUTS := $(HLCSG_INPUT) $(HLBSP_INPUT) $(HLVIS_INPUT) $(HLRAD_INPUT) $(RIPENT_INPUT) $(NETVIS_INPUT)
  22.  
  23. include make.rul
  24. include makerul.w32
  25. include makerul.gnu
  26. include make.dep
  27.